From 0f4f90d7223ae0e3c32a0c4ac609d54c8ce65c69 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 24 Sep 2022 20:07:03 -0400 Subject: [PATCH] Bump the meson requirement GLib requires meson 0.60 nowadays, and it does not make much sense for us to support an older meson. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a4e69be6d1..1f3ac591f3 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project('gtk', 'c', # https://github.com/mesonbuild/meson/issues/2289 'c_std=gnu99', ], - meson_version : '>= 0.59', + meson_version : '>= 0.60.0', license: 'LGPL-2.1-or-later') glib_req = '>= 2.66.0' -- 2.30.2